github.com/gotd/td/telegram.Client.cdnSessions (field)

6 uses

	github.com/gotd/td/telegram (current package)
		cdn_conn_dead.go#L52: 	s, ok := c.cdnSessions[dcID]
		cdn_conn_dead.go#L55: 		c.cdnSessions[dcID] = s
		client.go#L117: 	cdnSessions map[int]*pool.SyncSession
		client.go#L271: 	c.cdnSessions = map[int]*pool.SyncSession{}
		pool.go#L118: 			sessions = c.cdnSessions
		session.go#L128: 	c.storeDCSess(c.cdnSessions, dcSessionFromMTProto(cfg.ThisDC, s))